memory access
英 [ˈmeməri ˈækses]
美 [ˈmeməri ˈækses]
存储访问,内存访问;存取存储器
英英释义
noun
- (computer science) the operation of reading or writing stored information
双语例句
- We also add the'unsafe'keyword since direct memory access isn't thread safe.
我们也添加了“不安全”的关键词因为直接内存获取并不安全。 - This advanced property is used for optimizing memory access. See documentation for usage.
此高级属性用于优化内存访问。有关用法,请参阅文档。 - To enable memory access, it provides put and set methods for ints, chars, and bytes.
为允许内存访问,它为int、char和byte提供了put和set方法。 - There is little memory access overhead and rollbacks are rare.
因为内存访问的开销很低,而且回滚操作很少。 - Some types of memory access errors ( like using a NULL pointer) cause a program to crash outright.
有些类型的内存访问错误(比如使用一个NULL指示器)将会导致一个程序完全崩溃。 - With AIX uDAPL, you can incorporate the features provided by the API, including the capability to do remote direct memory access ( RDMA).
通过使用AIXuDAPL,可以利用API提供的特性,包括远程直接内存访问(RDMA)。 - The tightly-coupled nature of the CMP allows very short physical distances between processors and memory and, therefore, minimal memory access latency and higher performance.
CMP紧密耦合的本质使处理器与内存之间的物理距离很短,因此可提供最小的内存访问延迟和更高的性能。 - It results in a tighter coupling between client and server, and also completely ignores things like latency, failure, lack of a shared memory access, etc.
它导致客户端和服务之间更加紧耦合,并且完全忽略了像延时、失败、缺乏共享的内存访问等东西。 - Hence the term Non-Uniform Memory access.
因此就有了非均匀存储器存取这个术语。 - The other main type of processor architecture, CISC ( the x86 processor being a popular CISC instruction set), allows for memory access in nearly every instruction.
另外一种主要的处理器体系结构CISC(x86处理器就是一种流行的CISC指令集)几乎允许在每条指令中进行内存访问。